google.golang.org/protobuf/internal/impl.extensionTypeDescriptor.ContainingOneof (method, view implemented interface methods)
38 uses
google.golang.org/protobuf/internal/impl (current package)
codec_message.go#L84: isOneof := fd.ContainingOneof() != nil && !fd.ContainingOneof().IsSynthetic()
codec_message.go#L86: fs = si.oneofsByName[fd.ContainingOneof().Name()]
codec_message_opaque.go#L33: if fd.ContainingOneof() != nil && !fd.ContainingOneof().IsSynthetic() {
codec_message_opaque.go#L34: fs = si.oneofsByName[fd.ContainingOneof().Name()]
codec_message_opaque.go#L47: case fd.ContainingOneof() != nil && !fd.ContainingOneof().IsSynthetic():
codec_tables.go#L200: case !fd.HasPresence() && fd.ContainingOneof() == nil:
message_opaque.go#L59: case fd.ContainingOneof() != nil && !fd.ContainingOneof().IsSynthetic():
message_opaque.go#L61: fi = fieldInfoForOneof(fd, si.oneofsByName[fd.ContainingOneof().Name()], mi.Exporter, si.oneofWrappersByNumber[fd.Number()])
message_opaque.go#L100: if od := fd.ContainingOneof(); od != nil && !fd.ContainingOneof().IsSynthetic() {
message_opaque.go#L402: if oneof := fd.ContainingOneof(); oneof != nil && oneof.IsSynthetic() {
message_opaque.go#L575: if f.ContainingOneof() == nil || isLastOneofField(f) {
message_opaque.go#L586: fields := fd.ContainingOneof().Fields()
message_opaque.go#L616: usesPresenceArray := fd.HasPresence() && fd.Message() == nil && (fd.ContainingOneof() == nil || fd.ContainingOneof().IsSynthetic())
message_opaque.go#L618: case fd.ContainingOneof() != nil && !fd.ContainingOneof().IsSynthetic():
message_reflect.go#L61: isOneof := fd.ContainingOneof() != nil && !fd.ContainingOneof().IsSynthetic()
message_reflect.go#L63: fs = si.oneofsByName[fd.ContainingOneof().Name()]
message_reflect.go#L98: if od := fd.ContainingOneof(); od != nil && !od.IsSynthetic() {
message_reflect.go#L186: isOneof := fd.ContainingOneof() != nil && !fd.ContainingOneof().IsSynthetic()
message_reflect.go#L188: fs = si.oneofsByName[fd.ContainingOneof().Name()]
validate.go#L116: case fd.ContainingOneof() != nil && !fd.ContainingOneof().IsSynthetic():
google.golang.org/protobuf/internal/descfmt
stringer.go#L200: if od := t.ContainingOneof(); od != nil {
google.golang.org/protobuf/internal/encoding/tag
tag.go#L192: if fd.ContainingOneof() != nil {
google.golang.org/protobuf/internal/order
order.go#L22: ox, oy := x.ContainingOneof(), y.ContainingOneof()
google.golang.org/protobuf/encoding/protojson
decode.go#L234: if od := fd.ContainingOneof(); od != nil {
encode.go#L214: if m.Has(fd) || fd.ContainingOneof() != nil {
google.golang.org/protobuf/encoding/prototext
decode.go#L235: if od := fd.ContainingOneof(); od != nil {
google.golang.org/protobuf/reflect/protoreflect
type.go#L368: ContainingOneof() OneofDescriptor
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)